From 987d2ad1db25661c24db082824d1b5d140d6da84 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Apr 1993 20:04:50 +0000 Subject: [PATCH] Fix typo in comment delimiter. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index e0eff77dfb6..84ea74b6118 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -159,7 +159,7 @@ Display *x_current_display; /* The cursor to use for vertical scroll bars on x_current_display. */ static Cursor x_vertical_scroll_bar_cursor; -/* Frame being updated by update_frame. This is declared in term.c. */ +/* Frame being updated by update_frame. This is declared in term.c. This is set by update_begin and looked at by all the XT functions. It is zero while not inside an update. In that case, the XT functions assume that `selected_frame' -- 2.30.2